home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wist03_2.wid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.9 KB  |  89 lines

  1. --= WID = SIMTEL20 Ada Software Repository Item Description File = WID =--
  2. -- WIS TOOL NUMBER   : WIS_TOOL_03_2
  3. -- LOCATION          : ASR
  4. -- CATEGORY LEVEL 1  : COMMUNICATIONS
  5. -- CATEGORY LEVEL 2  : PROTOCOL
  6. -- CATEGORY LEVEL 3  : TELNET
  7. -- CATEGORY LEVEL 4  : 
  8. -- INDEX             : TELNET
  9. -- INDEX             : Virtual Terminal Protocol
  10. -- INDEX             : Protocol, Virtual Terminal
  11. -- TAXONOMY          : !Interfaces!Network Protocols!TELNET
  12. -- DEPENDENCIES      : 
  13. -- SEE ALSO          : 
  14. --= ABSTRACT             ===============================================--
  15. --  1. TOOL NAME        : Virtual Terminal Protocol
  16. --  2. TOOL NUMBER      : 3-2
  17. -- 
  18. --  3. CONTRACTOR        :
  19. --  3a      CONTRACT #   : N66001-84-C-0030
  20. --  3b      NAME         : E-Systems, Inc., ECI Division
  21. --  3c      LOCATION     : St. Petersburg, Florida
  22. --  3d      POC          :
  23. -- 
  24. --  4. TOOL DESCRIPTION :
  25. --          This tool will implement RFC-854 of the TELNET protocol supporting
  26. --          a bi-directional, eight-bit byte oriented communications facility.
  27. --          This approach encompasses three main ideas: a Network Virtual
  28. --          Terminal(NVT), negotiated options, and a symmetric view of
  29. --          terminals and processes.
  30. -- 
  31. --  5. SCHEDULE          :
  32. --  5a      PDR/CDR      : yes N/A, Design Walkthroughs
  33. --  5b      DELIVERY     : July 1985
  34. --  5c      DISTRIBUTION : GTE, DG, NOSC, SIMTEL20
  35. --  
  36. --  6. CHARACTERISTICS   :
  37. --  6a      DEVELOPMENT APPROACH :
  38. --  6b      HOST MACHINE     : VAX 11/780 and WICAT
  39. --  6c      OPERATING SYSTEM : VMS 
  40. --  6d      COMPILER         : Telesoft 1.5 (unvalidated)
  41. --  6e      DEPENDENCIES     :
  42. --  6f      NUMBER OF STATEMENTS :
  43. -- 
  44. --  7. DOCUMENTATION    : User's Manual, Project Report
  45. --  8. PORTABILITY      : There are system (VAX) design dependencies and the
  46. --          intended use of assembly language routines and calls to OS
  47. --         services. Compiled on VAX with DEC Ada, execution not tested. 
  48. -- 
  49. --  9. WIS USE          :
  50. --  9a FOUNDATION AREA  : Network Protocols
  51. --  9b WIS USE AREA     : Interfaces
  52. -- 10. COMMENTS:
  53. -- 11. LAST CHANGE TO DATA : 21 March 1986.
  54. --= FILE LISTING         ===============================================--
  55. -- FILE SPECS        : PD:<ADA.DDN>TEL*.*
  56. -- FILE SPECS        : PD:<ADA.DDN>IFACE*.*
  57. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  58. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  59. -- DIRECTORY DISPLAY :
  60. -- Directory   PD:<ADA.DDN>
  61. --      File Name     Byte Count  Line Count
  62. --   ---------------  ----------  ----------
  63. --   TELBAT.CO               555          11
  64. --   TELNET.CMM             1264          34
  65. --   TELNET.CO               808          41
  66. --   TELNET.PRO             3611          76
  67. --   TELNET.SRC           273396        6840
  68. --   TELWICAT.DAT            194          14
  69. --   TELWICAT.SRC         218505        5011
  70. --   IFACE.COM               512          19
  71. --   IFACE.SRC             48820        1289
  72. --   IFACEBAT.COM            570          11
  73. --   WICATMISC.SRC        102526        3989
  74. --   USERSMAN.DIS            103           5
  75. --   USERSMAN.DOC         105163        2553
  76. --   ===============  ==========  ==========
  77. --    13 Files            756027       19893
  78. --= DISCLAIMER           ===============================================--
  79. --     This software and its documentation are provided "AS IS" and
  80. -- without any expressed or implied warranties whatsoever.  No warranties
  81. -- as to performance, merchantability, or fitness for a particular
  82. -- purpose exist.
  83. --     The user is advised to test the software thoroughly before
  84. -- relying on it.  The user must assume the entire risk and liability of
  85. -- using this software.  In no event shall any person or organization of
  86. -- people be held responsible for any direct, indirect, consequential or
  87. -- inconsequential damages or lost profits.
  88. --======================================================================--
  89.